Filter by time column?
In a capture we see the time column measured in seconds for example 56.830011 Can we filter by time between 56.830011 and 58.000000 or example ? If yes how ?
add a comment
In a capture we see the time column measured in seconds for example 56.830011 Can we filter by time between 56.830011 and 58.000000 or example ? If yes how ?
Try something like this:
frame.time_relative >= 56.830011 and frame.time_relative <= 58.000000
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2022-04-29 08:10:37 +0000
Seen: 3,507 times
Last updated: Apr 29 '22